Click or drag to resize

ExchangeProtocol Class

Contains the specifications for connecting a client to the computer that is running Microsoft Exchange Server that has the Client Access server role installed.
Inheritance Hierarchy
SystemObject
  Independentsoft.Exchange.AutodiscoverExchangeProtocol

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ExchangeProtocol

The ExchangeProtocol type exposes the following members.

Constructors
  NameDescription
Public methodExchangeProtocol
Initializes a new instance of the ExchangeProtocol class.
Top
Properties
  NameDescription
Public propertyActiveDirectory
Public propertyAuthenticationPackage
Specifies the authentication scheme that is used when authenticating against the Exchange server that has the Mailbox server role installed.
Public propertyAvailabilityServiceUrl
Specifies the URL of the best instance of the Exchange Web Services for a mail-enabled user
Public propertyExchangeControlPanelEmailAggregationUrl
In conjunction with the EcpUrl element,specifies the landing page path for e-mail aggregation.
Public propertyExchangeControlPanelMessageTrackingUrl
In conjunction with the EcpUrl element, specifies the landing page path for E-Message Tracking.
Public propertyExchangeControlPanelRetentionTagsUrl
In conjunction with the EcpUrl element, specifies the landing page path for retention tags.
Public propertyExchangeControlPanelTextMessagingUrl
In conjunction with the EcpUrl element, specifies the landing page path for Mobile Notifications Short Message Service (SMS).
Public propertyExchangeControlPanelUnifiedMessagingUrl
In conjunction with the EcpUrl element, specifies the landing page path for voice mail.
Public propertyExchangeControlPanelUrl
Specifies the the base Exchange Control Panel (ECP) URL.
Public propertyExchangeWebServiceUrl
Specifies the URL for the Web services virtual directory.
Public propertyMailboxDatabaseLegacyDN
Represents the distinguished name of the mailbox database.
Public propertyOfflineAddressBookUrl
Specifies the Offline Address Book configuration server URL for an Exchange topology.
Public propertyOutOfOfficeUrl
Specifies the URL of the best instance of the Availability service for a mail-enabled user.
Public propertyPublicFolderServer
Contains the fully qualified domain name (FQDN) of an Exchange Mailbox server that has a public folder database.
Public propertyServer
Specifies the name of the mail server.
Public propertyServerDN
Specifies the Exchange Server distinguished name.
Public propertyServerVersion
Represents the Exchange Server version number.
Public propertySslEnabled
Specifies whether secure logon is required.
Public propertyType
Identifies the type of the configured mail account.
Public propertyUnifiedMessagingServiceUrl
Specifies the URL of the best instance of the Unified Messaging Web service for a mail-enabled user.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also